public class SOAnimationMoveCommand extends SOAnimationRunningCommand
Modifier and Type | Field and Description |
---|---|
android.graphics.PointF |
end |
int |
profile |
android.graphics.PointF |
start |
bouncing, delay, duration, reversed, turns
layer
Constructor and Description |
---|
SOAnimationMoveCommand(int layer,
int turns,
boolean reversed,
boolean bouncing,
float delay,
float duration,
android.graphics.PointF start,
android.graphics.PointF end,
int profile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public android.graphics.PointF start
public android.graphics.PointF end
public int profile
public SOAnimationMoveCommand(int layer, int turns, boolean reversed, boolean bouncing, float delay, float duration, android.graphics.PointF start, android.graphics.PointF end, int profile)
public java.lang.String toString()
toString
in class SOAnimationRunningCommand